type google.golang.org/grpc/internal/transport.outgoingWindowUpdate
16 uses
google.golang.org/grpc/internal/transport (current package)
controlbuf.go#L179: type outgoingWindowUpdate struct {
controlbuf.go#L184: func (*outgoingWindowUpdate) isTransportResponseFrame() bool {
controlbuf.go#L636: func (l *loopyWriter) outgoingWindowUpdateHandler(w *outgoingWindowUpdate) error {
controlbuf.go#L885: case *outgoingWindowUpdate:
http2_client.go#L1132: t.controlBuf.put(&outgoingWindowUpdate{streamID: s.id, increment: w})
http2_client.go#L1141: t.controlBuf.put(&outgoingWindowUpdate{streamID: s.id, increment: w})
http2_client.go#L1158: t.controlBuf.executeAndPut(updateIWS, &outgoingWindowUpdate{streamID: 0, increment: t.fc.newLimit(n)})
http2_client.go#L1185: t.controlBuf.put(&outgoingWindowUpdate{
http2_client.go#L1195: t.controlBuf.put(&outgoingWindowUpdate{
http2_client.go#L1215: t.controlBuf.put(&outgoingWindowUpdate{s.id, w})
http2_server.go#L754: t.controlBuf.put(&outgoingWindowUpdate{streamID: s.id, increment: w})
http2_server.go#L764: t.controlBuf.put(&outgoingWindowUpdate{streamID: s.id,
http2_server.go#L780: t.controlBuf.put(&outgoingWindowUpdate{
http2_server.go#L810: t.controlBuf.put(&outgoingWindowUpdate{
http2_server.go#L819: t.controlBuf.put(&outgoingWindowUpdate{
http2_server.go#L842: t.controlBuf.put(&outgoingWindowUpdate{s.id, w})
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)